type statement meaning in Chinese
类型语句
自定义数据类型
Examples
- For example , the create type statement and the
可以与事件通知一起使用的ddl语句 - A document type statement gets added to the xml document
这样就向xml文档中增加文档类型说明: - Alias data types are created with the create type statement before they can be used in a table definition
必须先用create type语句创建别名数据类型,然后才能将其用于表定义中。 - Net framework user - defined types are created with the create type statement before they can be used in a table definition
只有在使用create type语句创建了. net framework用户定义类型后,才能将其用于表定义。 - Once the assembly is registered and copied into a database , you can use the transact - sql create type statement to create a udt and expose its members
程序集注册并复制到数据库中之后,可以使用transact - sql create type语句创建udt并公开其成员。